Operations
Definition
An operation on any set is a rule which assigns to each ordered pair of elements of exactly one element in .
-
is uniquely defined for every ordered pair of elements of .
-
must be uniquely defined.
-
must be closed under the operation .
There are, in general, many possible operations on a given set . A set with two distinct elements has possible operations.
Properties of Operations
An operation may be:
- Commutative: .
- Associative: .
Identity
There may exist an identity or neutral element w.r.t the operation .
How is identity element different from identity morphism? What is the relationship between operation in abstract algebra adn morphism in category theory
- Left Identity: .
- Right Identity: .
- Two-sided Identity (or simply Identity): .
There are a few possibilities for existence of an identity element.
- Having no identity element at all.
- Having several left identities.
- Having several right identities
- Having a single two-sided identity.
Inverse
There may exist an inverse element w.r.t the operation .
math \forall a, b, e !\in! A ! : a * b = e
is the left inverse of and is left invertible. A left-invertible element is left-cancellative. Similarly, is the right inverse of and is right invertible. A right-invertible element is right-cancellative.
math \forall a, x, e !\in! A ! : a * x = e \land x * a = e
is a two-sided inverse or simply an inverse of and is invertible in .
There are a few possibilities for existence of an inverse element.
- Having no inverse element at all.
- Having several left inverses.
- Having several right inverses
- Having a single two-sided inverse.
Cancellation Property
The notion of cancellation is a generalization of the notion of invertible.
Left Cancellation Property (left-cancellative):
math \exists a !\in! (M, *) \colon \forall b, c \in M \colon a * b = a * c \implies b = c
Right Cancellation Property (right-cancellative):
math \exists a !\in! (M, *) \colon \forall b, c \in M \colon b * a = c * a \implies b = c
Absorbing / Annihilating Element
There may exist an absorbing or annihilating element w.r.t binary operation . This is also called a zero element.
math z \in (S,*) \colon \forall s \in S \colon z * s = s * z = z
Left zero:
math \exists a !\in! (S, *) \colon \forall s \in S \colon z * s = z
Right zero:
math \exists a !\in! (S, *) \colon \forall s \in S \colon s * z = z
If a magma has a zero element, then it is unique.